home *** CD-ROM | disk | FTP | other *** search
/ Haight-Ashbury in the Sixties / Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso / mac / MAIN / TUNEIN / TUNEIN01.DIR / 00086_Script_86 < prev    next >
Text File  |  1995-06-01  |  337b  |  10 lines

  1. on mouseDown
  2.   global lastArticle
  3.   set lastArticle = "date"
  4.   set the visibility of sprite 25 = false
  5.   set the visibility of sprite 26 = false
  6.   set the visibility of sprite 27 = false
  7.   set the visibility of sprite 25 = true
  8.   updatestage
  9.   set the text of cast "Oracle Articles" = the text of cast "Oracle Articles/Date"
  10. end